home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.descri.comando.text == "shellopen")
- {
- _root.descri.instalar_mc.gotoAndStop("Abrir");
- getURL("FSCommand:SHELLOPEN","%org%" + this.caminho.text);
- }
- else if(_root.descri.comando.text == "LINK")
- {
- _root.descri.instalar_mc.gotoAndStop("URL");
- getURL(this.caminho.text,"");
- }
- else if(_root.descri.comando.text == "PDF")
- {
- _root.descri.instalar_mc.gotoAndStop("PDF");
- getUrl("FSCommand:Browser.SetPos", "1,77");
- getUrl("FSCommand:Browser.SetSize", "790,453");
- getURL("FSCommand:Browser.SetURL",_level0.startdir + this.caminho.text);
- fscommand("Browser.Open");
- }
- else if(_root.descri.comando.text == "EXECUTAR")
- {
- _root.descri.instalar_mc.gotoAndStop("EXECUTAR");
- getURL("FSCommand:Run.app","%org%" + this.caminho.text);
- }
- else
- {
- _root.descri.instalar_mc.gotoAndStop("INSTALAR");
- getURL("FSCommand:RUN.APP","%org%" + this.caminho.text);
- }
- }
-